home *** CD-ROM | disk | FTP | other *** search
- object FormSelectDirectory: TFormSelectDirectory
- Left = 166
- Top = 211
- BorderStyle = bsDialog
- Caption = 'Select Directory'
- ClientHeight = 222
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object DirectoryListBox1: TDirectoryListBox
- Left = 8
- Top = 8
- Width = 409
- Height = 161
- ItemHeight = 16
- TabOrder = 0
- end
- object BitBtnOK: TBitBtn
- Left = 112
- Top = 179
- Width = 89
- Height = 33
- TabOrder = 1
- OnClick = BitBtnOKClick
- Kind = bkOK
- end
- object BitBtnCancel: TBitBtn
- Left = 241
- Top = 179
- Width = 89
- Height = 33
- TabOrder = 2
- Kind = bkCancel
- end
- end
-